home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
misc
/
avmnfaxsrc1_33.lha
/
debug_proto.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-05-25
|
351b
|
13 lines
/* $Header: pd:zvmrcs/debug_proto.h,v 1.1 1993/04/07 18:45:43 rvillari Exp $ */
#ifndef _DEBUG_PROTO_H
#define _DEBUG_PROTO_H
#include "voice.h"
void mainError(char*);
void printStatus(enum ReturnStatus status);
void debugString(char* s, char* description);
void debugInt(int i, char* description);
void debugChar(char c, char* description);
#endif